home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / 95crowd / _setup.1 / CCTray.exe / 0 / RCDATA / TFRMBADUSER / TFRMBADUSER.txt < prev   
Text File  |  1996-09-03  |  1KB  |  66 lines

  1. object frmBadUser: TfrmBadUser
  2.   Left = 121
  3.   Top = 77
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 343
  7.   ClientWidth = 575
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poDefault
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Shape1: TShape
  18.     Left = -10
  19.     Top = 0
  20.     Width = 587
  21.     Height = 49
  22.     Brush.Color = clYellow
  23.     Pen.Style = psClear
  24.   end
  25.   object Label2: TLabel
  26.     Left = 128
  27.     Top = 120
  28.     Width = 313
  29.     Height = 16
  30.     Alignment = taCenter
  31.     Caption = 'You are not an authorized user on this system'
  32.     Font.Color = clBlack
  33.     Font.Height = -13
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.   end
  38.   object Image1: TImage
  39.     Left = 160
  40.     Top = 9
  41.     Width = 32
  42.     Height = 32
  43.     AutoSize = True
  44.     Picture.Data = {<image000.ico>}
  45.   end
  46.   object Label1: TLabel
  47.     Left = 222
  48.     Top = 15
  49.     Width = 157
  50.     Height = 16
  51.     Caption = 'Crowd Control Security'
  52.     Font.Color = clBlack
  53.     Font.Height = -13
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     Transparent = True
  58.   end
  59.   object Timer1: TTimer
  60.     Interval = 4000
  61.     OnTimer = Timer1Timer
  62.     Left = 413
  63.     Top = 57
  64.   end
  65. end
  66.